home *** CD-ROM | disk | FTP | other *** search
/ Le Petit Larousse 2003 / Le Petit Larousse 2003.iso / IE6 / ieak6opt.CAB / postinst.inf < prev    next >
INI File  |  2001-08-21  |  2KB  |  48 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4.  
  5. [DefaultInstall]
  6. RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
  7. AddReg=PostCabRebootJob.Add
  8. CopyFiles=Component.CopyFiles
  9. CustomDestination=Cab.CustomDestination
  10. RunPostSetupCommands=Cab.MoveFile
  11.  
  12. [DefaultInstall.AddRunOnceEx]
  13. RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
  14. AddReg=RunOnceEx.Add
  15.  
  16. [Component.CopyFiles]
  17. postinst.inf
  18. %CustomFile%
  19.  
  20. [PostRebootCabJob.Add]
  21. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","%JobNumberMinusOne%",,"rundll32 advpack.dll,LaunchINFSection %10%\ieakcust\postinst.inf,DefaultInstall.AddRunOnceEx"
  22. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","%JobNumber%",,"rundll32 advpack.dll,LaunchINFSectionEx %Command%,,%10%\ieakcust\%CustomFile%,%Switches%"
  23. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","099",,"rundll32 advpack.dll,DelNodeRunDLL32 %10%\ieakcust"
  24.  
  25. [PostRebootExeJob.Add]
  26. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","%JobNumberMinusOne%",,"rundll32 advpack.dll,LaunchINFSection %10%\ieakcust\postinst.inf,DefaultInstall.AddRunOnceEx"
  27. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","%JobNumber%",,"%10%\ieakcust\%Command% %Switches%"
  28. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnceEx\995","099",,"rundll32 advpack.dll,DelNodeRunDLL32 %10%\ieakcust"
  29.  
  30. [Cab.MoveFile]
  31. "extrac32.exe /c /y %49000%\%CustomFile% %10%\ieakcust\%CustomFile%"
  32.  
  33. [Cab.CustomDestination]
  34. 49000,49010,49020,49030=SourceDir
  35.  
  36. [DestinationDirs]
  37. Component.CopyFiles=10,ieakcust
  38.  
  39. [RunOnceEx.Add]
  40. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","RunOnceEx",,"rundll32.exe iernonce.dll,RunOnceExProcess"
  41.  
  42. [Strings]
  43. JobNumber=1
  44. JobNumberMinusOne=0
  45. Command=
  46. Switches=
  47. CustomFile=
  48.